From: Eli Zaretskii Date: Sat, 13 Jan 2007 21:58:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2855 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dfa01c46b079ad4e9e1ef63a1fa4ccafb7b6b818;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 89e6e08d9fc..8317d3aef67 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2007-01-13 Eli Zaretskii + * process.c (Fdelete_process, Fprocess_id, sigchld_handler): Copy + PID into EMACS_INT to avoid GCC warnings. + * fns.c (maybe_resize_hash_table): Copy new size of hash table into EMACS_INT to avoid GCC warnings.